-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depricated find and findIndex from IFilteringExpressionsTree, added FilteringUtil #14815
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The circular reference in filtering-utils.ts must be addressed
projects/igniteui-angular/src/lib/data-operations/filtering-util.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/data-operations/filtering-expressions-tree.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a section about this breaking change in the CHANGELOG.md. For more info, refer to CONTRIBUTING.md > "Breaking changes and migrations" section.
Adding a migration is not currently possible for this scenario. |
a89995a
to
0fc8fa7
Compare
projects/igniteui-angular/src/lib/data-operations/filtering-expressions-tree.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/data-operations/filtering-util.ts
Outdated
Show resolved
Hide resolved
@Otixa @damyanpetev Guys, I'm a little concerned of the fact we already have a FilterUtil class in filtering-strategy.ts and now we introduce FilteringUtil. If we decide to leave them both I believe we need to add some docs what these are. @Otixa In addition, I guess FilteringUtil should be imported from "igniteui-angular", not from "igniteui-angular/src/lib/data-operations/filtering-util". |
@gedinakova Good catch! Also (facepalm), got stuck with this util being internal for some reason, but on the off chance it is useful to someone... yeah. Have to wonder if the |
Closes #
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes (migrations guidelines)